home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / widgets.zip / WIDGET.DOC < prev    next >
Text File  |  1992-01-27  |  3KB  |  58 lines

  1. The Widget Works (fourth release)                             Jan 27, 1992
  2. David Stafford (CIS 76666,2542)
  3.  
  4. A simple graphical object library for Windows.
  5.  
  6. ------------------------------------------------------------------------
  7.  
  8. More improvements in the fourth release:  A flicker-free DrawBitmap().
  9. Better granularity- the code is a little smaller.  Some minor tweaking.
  10.  
  11. Future improvements (wish list):
  12.  
  13.   o  Put some real documentation together so you can use it now and I can
  14.      use it six months from now when I've forgotten all this stuff.
  15.  
  16.   o  Add support for animating overlapping widgets.
  17.  
  18.   o  Clean up the name-space.  Change all the API names to a common format
  19.      so they are easier to remember and understand.
  20.  
  21. The philosophy behind the Widget library is to provide a means of doing
  22. simple animation under Windows with little fuss.  This a humble library
  23. which doesn't try to do everything but what it does it does simply and
  24. it does it well.  If you're animation ambitions don't extend to putting
  25. the Hollywood special-effects studios out of business then this is for you.
  26.  
  27. Memory usage has generally been favored over speed although I've found
  28. myself gradually adding new things which are larger but a little slicker
  29. (such as rewriting PaintWidget).  The creeping feature creature is upon me.
  30.  
  31. Try WTEST.  It's shipped as an EXE so you can try it out to see what the
  32. library can do.  The butterfly darts around the mouse and you can drag the
  33. card around.  Try clicking over an empty spot and the card will animate
  34. itself to that location.
  35.  
  36. Docs don't really exist yet.  As Obi-Wannabe said, "Use the source, Luke".
  37. Refer to the accompanying WTEST program and the Widget sources.
  38.  
  39. You can complain about my (lack of) programming style but you can't complain
  40. about the price.  This code is free.  It's my contribution to the Windows
  41. programming community.  Use it in good health.  But, one thing I ask is
  42. please don't direct support questions to me as I'm just as busy as you are
  43. and can't afford to support free software.  On the other hand- if you like
  44. it don't feel shy about sending me a note saying so.
  45.  
  46. I'm continuing to improve the code and will release new versions when they
  47. become available.  This is distributed as source-only.  You will need the
  48. Borland C compiler but the code shouldn't be difficult to convert to MSC
  49. for those with an adventurous spirit.
  50.  
  51. If you make improvements (hint- write a doc file!) or use it to create
  52. something eye-popping why not put it on a disk and send it to me?
  53.  
  54. Borland International
  55. David Stafford, Languages R&D Dept.
  56. 1800 Green Hills Rd.
  57. Scotts Valley, CA 95066
  58.